home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global bioInfo
- if the doubleClick then
- exit
- end if
- leaveFrontPage()
- if count(bioInfo) = 0 then
- cursor(0)
- alert("Please update Biographical Data for the new cycle.")
- cursor(4)
- go("bioData")
- cursor(0)
- else
- if count(stamp) > 0 then
- opendaybook()
- else
- chartAnEntry()
- end if
- end if
- end
-